home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / rc.def < prev    next >
Text File  |  2000-11-08  |  5KB  |  180 lines

  1. object TPersHolder
  2.   P.Name = 'Resource .RC Files'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 1
  9.       FIFloatNum = 2
  10.       FIHexNum = 3
  11.       FIDirective = 4
  12.       FISymbol = 10
  13.       UseSymbols = True
  14.       UseLineDirectives = True
  15.       UseComments = True
  16.       UseSingleLineComments = True
  17.       UseMultiLineComments = True
  18.       UseStrings = True
  19.       UseSingleLineStrings = True
  20.       UseNumbers = True
  21.       UsePrefixedNumbers = True
  22.       UseSuffixedNumbers = True
  23.       UseMultipleNumSuffixes = False
  24.       UsePrefixedSuffixedNumbers = True
  25.       UsePSNumComposition = True
  26.       UseKeywords = True
  27.       BlockDelimiters = <>
  28.       LineDirectivePrefix = '#'
  29.       SingleLineCommentDelimiters = <
  30.         item
  31.           FontID = 9
  32.           LeftDelimiter = '//'
  33.         end>
  34.       MultiLineCommentDelimiters = <
  35.         item
  36.           FontID = 5
  37.           LeftDelimiter = '/*'
  38.           RightDelimiter = '*/'
  39.         end>
  40.       SingleLineStringDelimiters = <
  41.         item
  42.           FontID = 6
  43.           LeftDelimiter = '"'
  44.           RightDelimiter = '"'
  45.         end
  46.         item
  47.           FontID = 7
  48.           LeftDelimiter = #39
  49.           RightDelimiter = #39
  50.         end>
  51.       NumPrefixes = <
  52.         item
  53.           LeftDelimiter = '0x'
  54.         end>
  55.       NumSuffixes = <
  56.         item
  57.           LeftDelimiter = 'L'
  58.         end>
  59.       NumPrefixesSuffixes = <>
  60.       KeywordSets = <
  61.         item
  62.           FontID = 8
  63.           Name = 'reserved'
  64.           Keywords = 
  65.             'ACCELERATORS,ALT,ASCII,AUTO3STATE,AUTOCHECKBOX,AUTORADIOBUTTON,B' +
  66.             'ITMAP,BLOCK,CAPTION,CHARACTERISTICS,CHECKBOX,CHECKED,CLASS,COMBO' +
  67.             'BOX,CONTROL,CTEXT,CURSOR,DEFPUSHBUTTON,DIALOG,DIALOGEX,DISCARDAB' +
  68.             'LE,DLGINIT,EDITTEXT,EXSTYLE,FILEFLAGS,FILEFLAGSMASK,FILEOS,FILES' +
  69.             'UBTYPE,FILETYPE,FILEVERSION,FIXED,FONT,GRAYED,GROUPBOX,HELP,ICON' +
  70.             ',IMPURE,INACTIVE,LANGUAGE,LISTBOX,LOADONCALL,LTEXT,MENU,MENUBARB' +
  71.             'REAK,MENUBREAK,MENUEX,MENUITEM,MESSAGETABLE,MOVEABLE,NOINVERT,NO' +
  72.             'NDISCARDABLE,NONSHARED,POPUP,PRELOAD,PRODUCTVERSION,PURE,PUSHBOX' +
  73.             ',PUSHBUTTON,RADIOBUTTON,RCDATA,RTEXT,SCROLLBAR,SEPARATOR,SHARED,' +
  74.             'SHIFT,STATE3,STRINGTABLE,STYLE,USERBUTTON,VALUE,VERSION,VERSIONI' +
  75.             'NFO,VIRTKEY'
  76.         end>
  77.     end>
  78.   P.FontTable = <
  79.     item
  80.       FontID = 0
  81.       GlobalAttrID = 'Whitespace'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clBlack
  84.       Font.Height = -13
  85.       Font.Name = 'Courier New'
  86.       Font.Style = []
  87.     end
  88.     item
  89.       FontID = 1
  90.       GlobalAttrID = 'Integer'
  91.       Font.Charset = DEFAULT_CHARSET
  92.       Font.Color = clGreen
  93.       Font.Height = -13
  94.       Font.Name = 'Courier New'
  95.       Font.Style = []
  96.     end
  97.     item
  98.       FontID = 2
  99.       GlobalAttrID = 'Float'
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clGreen
  102.       Font.Height = -13
  103.       Font.Name = 'Courier New'
  104.       Font.Style = []
  105.     end
  106.     item
  107.       FontID = 3
  108.       GlobalAttrID = 'Integer'
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clGreen
  111.       Font.Height = -13
  112.       Font.Name = 'Courier New'
  113.       Font.Style = []
  114.     end
  115.     item
  116.       FontID = 4
  117.       GlobalAttrID = 'Defines'
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clGreen
  120.       Font.Height = -13
  121.       Font.Name = 'Courier New'
  122.       Font.Style = [fsBold]
  123.     end
  124.     item
  125.       FontID = 5
  126.       GlobalAttrID = 'Comment'
  127.       Font.Charset = DEFAULT_CHARSET
  128.       Font.Color = clGray
  129.       Font.Height = -13
  130.       Font.Name = 'Courier New'
  131.       Font.Style = [fsItalic]
  132.     end
  133.     item
  134.       FontID = 6
  135.       GlobalAttrID = 'String'
  136.       Font.Charset = DEFAULT_CHARSET
  137.       Font.Color = clMaroon
  138.       Font.Height = -13
  139.       Font.Name = 'Courier New'
  140.       Font.Style = []
  141.     end
  142.     item
  143.       FontID = 7
  144.       GlobalAttrID = 'String'
  145.       Font.Charset = DEFAULT_CHARSET
  146.       Font.Color = clMaroon
  147.       Font.Height = -13
  148.       Font.Name = 'Courier New'
  149.       Font.Style = []
  150.     end
  151.     item
  152.       FontID = 8
  153.       GlobalAttrID = 'Reserved words'
  154.       Font.Charset = DEFAULT_CHARSET
  155.       Font.Color = clBlue
  156.       Font.Height = -13
  157.       Font.Name = 'Courier New'
  158.       Font.Style = [fsBold]
  159.     end
  160.     item
  161.       FontID = 9
  162.       GlobalAttrID = 'Comment'
  163.       Font.Charset = DEFAULT_CHARSET
  164.       Font.Color = clGray
  165.       Font.Height = -13
  166.       Font.Name = 'Courier New'
  167.       Font.Style = [fsItalic]
  168.     end
  169.     item
  170.       FontID = 10
  171.       GlobalAttrID = 'Delimiters'
  172.       Font.Charset = DEFAULT_CHARSET
  173.       Font.Color = clBlack
  174.       Font.Height = -13
  175.       Font.Name = 'Courier New'
  176.       Font.Style = []
  177.     end>
  178.   P.SyntaxVersion = 3
  179. end
  180.